Fix 32bit sign comparisons
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 4 Jan 2021 15:06:43 +0000 (16:06 +0100)
committerNoah Meyerhans <noahm@debian.org>
Sat, 30 Jul 2022 02:58:28 +0000 (19:58 -0700)
commitea085356442729b6528dab5d19df3a752f544e59
tree30efa53e568e6d1a51735581fd4e38ce03064f37
parent9e1fe04a7ca0fe0460c2a987cf8416e09c513be2
Fix 32bit sign comparisons

sieve-binary.c: In function 'sieve_binary_get_resource_usage':
sieve-binary.c:199:54: warning: comparison of integer expressions of different signedness: 'time_t' {aka 'long int'} and 'unsigned int' [-Wsign-compare]
  199 |  if (update_time != 0 && (ioloop_time - update_time) > timeout)
      |                                                      ^

Gbp-Pq: Name Fix-32bit-sign-comparisons.patch
pigeonhole/src/lib-sieve/sieve-binary.c